object OutputForm: TOutputForm Left = 348 Top = 299 Width = 500 Height = 355 BorderIcons = [biSystemMenu] BorderWidth = 8 Caption = 'Execution Error' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 476 Height = 16 Align = alTop AutoSize = False Caption = 'Program output:' end object eOut: TMemo Left = 0 Top = 16 Width = 476 Height = 262 Align = alClient ReadOnly = True ScrollBars = ssBoth TabOrder = 0 WantReturns = False WordWrap = False end object Panel1: TPanel Left = 0 Top = 278 Width = 476 Height = 34 Align = alBottom BevelOuter = bvNone TabOrder = 1 object bClose: TButton Left = 200 Top = 8 Width = 75 Height = 25 Cancel = True Caption = '&Close' Default = True ModalResult = 2 TabOrder = 0 end end end